Textbook Assignment
The textbook assignment demanded the reading of ‘PHP and MYSQL for Dynamic Web Sites” 4th Edition by Larry Ullman textbook; from chapter 1 to 3. To prove my reading participation I used some working program example codes from these chapters and the links to access it, including the summary of my readings from each chapter below.
Chapter 1:Basically, chapter one begin by introducing me to Hypertext Preprocessor (PHP) programming language; where I gained knowledge of basic syntax, variables, strings, numbers, sending data to the web browser etc. I created an email form where someone can input their data which will then send to a web browser to view the output. Here is the link Email Data Form to click on.
Chapter 2:This chapter taught me programming with PHP to create and handle an HTML form, validating form data, for and while loops, arrays and the conditionals and operators. This chapter enable me to use functions to sort different kinds of arrays; which can be view by clicking on this link Arrays Sorting
Chapter 3:In this chapter I learned how to make sticky forms, include multiple files, handling HTML forms, and how I can create my own functions. I created HTML website using PHP which I links the homepage tab to my webpage and calendar tab where someone can set date. To see the output of my effort click on this link HTML Website with PHP